home *** CD-ROM | disk | FTP | other *** search
- OLE Registration Applet
- -----------------------------------------------------------
- Version 1.0 - 19 August 1999
-
- I wrote this little applet because I was sick and tired of having to go to the
- command line everytime I needed to register or unregister a COM component I
- was building or working with.
-
- This applet registers COM DLL's and EXE's
-
- The vast majority of the code for this applet was developed by
- Vasudevan S(vasudev71@hotmail.com). I located his COM registration code at
- CodeGuru.com (http://www.codeguru.com/vb/articles/1771.shtml). All I did was
- wrap it in a function package.
-
- NOTES:
- 1. The accompanying EXE must be located somewhere in your path. By default, it
- will install to your OS path (example - C:\winnt or C:\windows). If you choose
- to move it from this location, you must update the registry settings to point
- to the correct location.
- 2. Use at your own risk. This should go without saying, but here it is anyway.
- 3. I haven't been able to figure out how to add my menus to OCX files. If you
- have any info on how to make that work without thrashing someones machine in the
- process, I would be greatful for the sharing of knowledge.
-
- Please direct all comments, complaints...etc to steven@xagent.com
-
- Enjoy